logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

borgfs - Mount archive or an entire repository as a FUSE filesystem

Author

       The Borg Collective

                                                   2025-01-03                                          BORGFS(1)

Description

       For more information, see borg mount --help.

Name

       borgfs - Mount archive or an entire repository as a FUSE filesystem

Options

       See borg-common(1) for common options of Borg commands.

   argumentsMOUNTPOINT
              where to mount filesystem

       PATH   paths to extract; patterns are supported

   options-V, --version
              show version number and exit

       -f, --foreground
              stay in foreground, do not daemonize

       -o     Extra mount options

       --numeric-ids
              use numeric user and group identifiers from archive(s)

   Archivefilters-aPATTERN, --match-archivesPATTERN
              only consider archives matching all patterns. see "borg help match-archives".

       --sort-byKEYS
              Comma-separated  list  of  sorting keys; valid keys are: timestamp, archive, name, id, tags, host,
              user; default is: timestamp

       --firstN
              consider first N archives after other filters were applied

       --lastN
              consider last N archives after other filters were applied

       --oldestTIMESPAN
              consider archives between the oldest archive's timestamp and (oldest + TIMESPAN), e.g. 7d or 12m.

       --newestTIMESPAN
              consider archives between the newest archive's timestamp and (newest - TIMESPAN), e.g. 7d or 12m.

       --olderTIMESPAN
              consider archives older than (now - TIMESPAN), e.g. 7d or 12m.

       --newerTIMESPAN
              consider archives newer than (now - TIMESPAN), e.g. 7d or 12m.

   Include/Excludeoptions-ePATTERN, --excludePATTERN
              exclude paths matching PATTERN

       --exclude-fromEXCLUDEFILE
              read exclude patterns from EXCLUDEFILE, one per line

       --patternPATTERN
              include/exclude paths matching PATTERN

       --patterns-fromPATTERNFILE
              read include/exclude patterns from PATTERNFILE, one per line

       --strip-componentsNUMBER
              Remove the specified number of leading path elements. Paths with fewer elements will  be  silently
              skipped.

See Also

borg-common(1)

Synopsis

       borgfs [options] MOUNTPOINT [PATH...]

See Also