Displaying 1 result from an estimated 1 matches for "actisa".
Did you mean:
actis
2004 Mar 05
2
Problem with --link-dest when syncing AIX to Linux
....0 for daily-syncing some remote AIX 5.2 machine to a
local linux (RH 7.3) with using the --link-dest option for saving space
on incremental backups.
Even if there are no changes on the AIX machine, all files are newly
transferred on every new sync.
My test scenario (actisi=remote aix machine, actisa=local linux machine):
=====> Initial rsync
[mma@actisa rsync-2.6.0]$ ./rsync -av actisi:remotetest/ test1/
receiving file list ... done
./
file1
file2
wrote 56 bytes read 203 bytes 103.60 bytes/sec
total size is 14 speedup is 0.05
=====> Check if anything left...
[mma@actisa rsync-2.6...