标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

最近の作業部屋活動履歴

2019-11-23
2019-11-16
2019-11-15
2019-11-14
2019-11-13
2019-11-06

最近のWikiの更新 (Recent Changes)

No changes on this wiki.

Wikiガイド(Guide)

サイドバー (Side Bar)

rsnappush

rsync wrapper for pushing incremental backups

Release Files

Filename大小时间下载总数
rsnappush-1.1.tar.gz9.38 k2019-11-15 18:39:47161
rsnappush-1.0.tar.gz1.58 k2019-11-06 14:52:2018

Recent Commits

Rev.时间作者Message RSS
858b39912019-11-16 18:40:03Frank Tobinmarkdown test
863926d82019-11-16 18:35:37Frank Tobinfix markdown README
f9cac8492019-11-15 17:40:01Frank Tobinpackaging fixes
21d7a7ac2019-11-14 19:53:33Frank Tobinadd files
10a22a222019-11-14 19:52:53Frank Tobinpackaging updates
4f4c95222019-11-13 16:51:10Frank Tobinreorder some arguments in help
337d348b2019-11-13 16:50:55Frank Tobinadd README.md
8da194cd2019-11-13 15:17:56Frank Tobinsupport storing permissions
7c0782052019-11-06 14:01:48Frank Tobininitial commit

rsnappush(1) - rsync-based pushed incremental snapshot

SYNOPSIS

rsnappush [-h] [-r RSYNC_OPT] [-q] SOURCE_PATH [ACCOUNT:]DEST_PATH

DESCRIPTION

rsnappush is a wrapper around rsync(1) to assist in file-level incremental snapshots that are pushed to a destination. Unchanged files are hard-linked. Files are plainly laid out in a directory for each snapshot: DEST_PATH/backup-YYYYmmdd-HHMM/ for easy access and restoration.

SOURCE_PATH is any local path.

DEST_PATH is a path, local or remote. If remote, ACCOUNT specifies an ssh(1)-compatible account description, such as USER@HOST.

Additionally, under DEST_PATH there is a permissions/ directory created that has compressed output from getfacl(1). setfacl(1) can be used to restore permissions from this file once it is uncompressed.

EXAMPLE

rsnappush --rsync-opt=--partial-dir=/home/user2/rsync-partial \
          /home/user user2@remotehost:backups/

OPTIONS

-h, --help
display a help message
-r, --rsync-opt=RSYNC_OPT
pass-thru options to rsync(1). Use the '=' syntax to pass through options, and include prefixing dashes. See [EXAMPLE][] for details.
-q, --quiet
emit less output

AUTHORS

rsnappush is written by Frank Tobin: ftobin@neverending.org, https://www.neverending.org/

rsnappush is released under the Mozilla Public License 2.0 https://opensource.org/licenses/MPL-2.0.

SEE ALSO

rsync(1), ssh(1)

Latest updated Tickets

No tickets

About Chamber Wiki

Welcome to OSDN Wiki system. Here is your chamber Wiki space.

Check Wiki Guide (English) to refer syntax and functions.