Displaying 3 results from an estimated 3 matches for "brandysnap".
2011 Jul 03
1
Brandysnap -- a new rsync-based snapshot management script
Brandysnap is an rsync-based script with a difference.
Unlike dirvish, it does not assign importance to snapshots when they are
created. All snapshots are created equal, and then they are managed so
that the required number of old snapshots is maintained.
Unlike rsnapshot, brandysnap does not get its snapsh...
2011 Jun 09
0
rsync 3.0.7 hangs with unreadable hard-links files
...----- 2 chris chris 193 2011-05-25 19:19 bd
15958048 --w------- 2 chris chris 193 2011-05-25 19:19 bd2
$ rsync -avv --hard-links foo /tmp
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
rsync: send_files failed to open
"/home/chris/Dropbox/perlwork/brandysnap/foo/bd2": Permission denied (13)
^Crsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at
rsync.c(543) [sender=3.0.7]
----------------------------------------------------------------------
If this is not a known bug, then hopefully this information will be of use.
regards
Chris
--...
2011 Jun 19
1
[Bug 8246] New: rsync hangs with --hard-links and unreadable files
...------ 2 chris chris 193 2011-05-25 19:19 bd
15958048 --w------- 2 chris chris 193 2011-05-25 19:19 bd2
$ rsync -avv --hard-links foo /tmp
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
rsync: send_files failed to open
"/home/chris/Dropbox/perlwork/brandysnap/foo/bd2": Permission denied (13)
^Crsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(543)
[sender=3.0.7]
----------------------------------------------------------------------
The hang doesn't happen if --hard-links is not specified, or the files have
read permission....