search for: rsync_short_args

Displaying 3 results from an estimated 3 matches for "rsync_short_args".

2015 Apr 13
4
How to discern when like dir names exist in 2 places
Hi, On Mon, 13 Apr 2015 12:59:07 -0400 Kevin Korb wrote: > Hmmm, according to my interpretation of the man page (I am on 3.1.1) > that is supposed to work however when I test using the "-/ > /etc/passwd" example the / seems to have the same effect as commenting > the line. I get /etc/passwd copied whether the source is / or /etc. I guess that this -/ syntax is not usable
2015 Apr 14
0
How to discern when like dir names exist in 2 places
...being done here. I did mention that early on. I'm not sure how I would arrange to run rsync as suggested in an rsnapshot script. I tried this: Comment out all mention of an exclude file Then, where you are to set the arguments to rsync you are supposed to give both short and long like so: rsync_short_args HERE rsync_long_args HERE (The white space before HERE is reqiured to be a tab) So I tried to use your suggestion by placing it in the long_arg section like so: ------- ------- ---=--- ------- ------- rsync_long_args --filter="merge /etc/rsnap/ex/rsnap_2xsMisc_...
2006 Apr 27
3
Permissions causing full backups?
...) files get changed. Here are the main points of my rsnapshot.conf: snapshot_root /cygdrive/u/docs_bkup/ #cmd_cp /usr/bin/cp cmd_rm /usr/bin/rm cmd_rsync /usr/bin/rsync interval daily 3 # I’ve tried several configurations…this is the current one… rsync_short_args -arltgoDvzi rsync_long_args --delete --numeric-ids --relative --delete-excluded --modify-window=1 #If tested this both ways… # 0-> seems to copy less and du reports less space. link_dest 1 # just a test source – hard to see the destination, but it’s “.”...