Displaying 2 results from an estimated 2 matches for "oldbackup".
2014 Jun 27
2
[Bug 10678] New: performance problem with lots of hard links?
...could throw away bookkeeping data for hard links farther
back than yesterday's backup tree.
F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND
4 0 190742 152692 20 0 189568 3728 poll_s S+ pts/5 0:00 | \_
sudo /usr/local/rsync/3.1.1/bin/rsync -aSHAX /oldbackup/ /backup
4 0 190756 190742 20 0 937948 760856 poll_s S+ pts/5 18:45 |
\_ /usr/local/rsync/3.1.1/bin/rsync -aSHAX /oldbackup/ /backup
5 0 190757 190756 20 0 1369872 1202448 sync_b D+ pts/5 19:44 |
\_ /usr/local/rsync/3.1.1/bin/rsync -aSHAX /oldbackup/ /backup
1...
2008 Mar 07
1
--detect-moved patch and --link-dest
...ed
again and a new file is created at the receiving end instead of
linking to the moved file. Am I doing something wrong or is --link-dest
simply not supported by --detect-moved?
Here is the command I am using:
/usr/bin/rsync -aHxh --stats --numeric-ids --detect-moved
--link-dest=/path/to/oldbackup --password-file=/XX user@remote::module/
/path/to/backup
I am using a detect-rename-lax patched version of of V 3.0.0 and both
ends.
... Matt