search for: backup_selections

Displaying 4 results from an estimated 4 matches for "backup_selections".

2007 Feb 14
1
Rsync with Plink?
...ould be wrong. I can't seem to find any information anywhere about the proper syntax. What I've been trying, are all kinds of combination close to the following: rsync.exe -e "plink.exe -l username -pw password" --stats --compress --recursive --archive --delete-after --files-from=backup_selections.txt /cygdrive/c server_address://backup/Current I've tried adding options -batch and -N as suggested by someone else to no avail. I basically want to use rsync without a password or keys and yes, I'm aware of the security implications. Any suggestions would be much appreciated. Thanks, M...
2006 May 11
5
Issue with hard links, please help!
...1G ./test 8.3M ./Latest 21G . The last instance is the problem that happens quite often. Now when I perform an rsync as such: rsync /share/ /backup/Latest --stats --recursive --archive --times --modify-window=1 --delete --ignore-errors --no-whole-file --files-from=/var/www/html/new/var/backup_selections.txt --exclude-from=/var/www/html/new/var/file-exclude --progress I get the following results: Number of files: 53911 Number of files transferred: 52223 Total file size: 21654476720 bytes Total transferred file size: 21654476720 bytes Literal data: 21651840443 bytes Matched data: 0 bytes File list...
2006 Nov 19
0
Busy file and partial transfer??(2nd Post)
...0 16:::179642:::<f.st.... This entry from stdout is also repeated twice, once at the beginning and once at the end (other file stats in between). Here is the rsync command being used: rsync.exe --stats --compress --recursive --archive --log-format=%f:::%l:::%b:::%i --delete-after --files-from=backup_selections.txt /cygdrive/ $remoteserver://backup/ A year ago Wayne corrected my rsync command by having me remove the --partial specified. This logically explained what was happening. But now what could the problem be? The Quickbooks files are recording the errors I would expect the PST to give. I really ne...
2006 Nov 10
1
Busy file and partial transfer??
...0 16:::179642:::<f.st.... This entry from stdout is also repeated twice, once at the beginning and once at the end (other file stats in between). Here is the rsync command being used: rsync.exe --stats --compress --recursive --archive --log-format=%f:::%l:::%b:::%i --delete-after --files-from=backup_selections.txt /cygdrive/ $remoteserver://backup/ A year ago Wayne corrected my rsync command by having me remove the --partial specified. This logically explained what was happening. But now what could the problem be? The Quickbooks files are recording the errors I would expect the PST to give. I really ne...