similar to: Rsync over ssh with root privileges

Displaying 20 results from an estimated 2000 matches similar to: "Rsync over ssh with root privileges"

2013 Jan 29
2
--compare-dest -- copy ONLY files with content-differences between 2 directories... to a third
Hi, I'm having trouble with --compare-dest, to copy only files that differ in content. Here are the commands used thusfar: rsync -av --checksum --delete --progress --stats --compare-dest=../old new/ new_archive rsync -av --checksum --delete --progress --stats --compare-dest=../new old/ old_archive old/ a.txt new/ a.txt Note: both a.txt are the same (except for a different
2013 Apr 17
2
(--delay-updates and --partial) re-hashing the already downloaded files?
I am backing up a LARGE data set, over a very unstable internet connection. I NEED to --delay-updates, because I do a flash cut-over once everything has transferred. Yes I know --copy-dest does this, but if the connection breaks, anything that's already made it over gets put into place (not what I want), I need it to go from beginning to end, And then I handle the files seperately. If I
2003 Feb 22
1
Patch for a port forwarding problem in serverloop.c
Hello all, I encountered a problem when trying to setup a remote portforward using OpenSSH 3.5p1. If the port that I was trying to listen to on the remote side was already in use, a message 'cannot bind to port: 5000' was written to the syslog, but the connection still persisted. I had no way on the client side to know that the listening wasn't taking place. that is, the
2012 Nov 08
1
rsync ignores a number of sub-directories
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 rsync v.3.0.7 protocol version 30 opensuse v11.4 linux v2.6.37.6-0.20-desktop x86_64 rsync --recursive --links --dirs --stats --itemize-changes --quiet \ --size-only --exclude-from=/home/sma-user3x/bin/rsync-exclude.txt \ --delete --no-times --omit-dir-times \ /data01/t-drv/websites/ /t/websites/ The sub-directories /websites/site-logs/... are
2012 Oct 19
1
Understand include exclude script
hi i use a script to backup my homedir, that work but there are somes things i don't really understand. here my script rsync -arv --delete --prune-empty-dirs --include-from=include.txt --exclude-from=exclude? /home/bob /media/usbkey include.txt file + .Skype/*** + .local/ + .local/share/ + .local/share/local-mail/*** + .mozilla/*** - .** exclude.txt file Desktop/ Download/ .* I have a
2013 Jan 17
2
Timeout for I/O read errors
Is there any way to tell rsync how much time it has to wait to decide that a file has got read errors? It takes forever when copying a lot of files with errors from failing disks. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20130117/741050d4/attachment.html>
2012 Jun 28
1
Rsync an offline database?
Is rsync a good way to make a valid copy of offline database files (TSM, in this case) from one xfs filesystem to another? If so, which options should I use? Once again, the database services would be shut down, so the database would be offline. Bill Dorrian Network Administrator Desk: 904-273-7625 Cell: 904-859-9471 " Follow the 2012 FedExCup season at PGATOUR.COM." "The
2012 Aug 25
1
do the "::" mean that rsync is in server daemon mode
and is rsh the only supported mechanism in this mode? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20120825/986de384/attachment.html>
2012 Sep 05
1
Is --sparse suitable for general purpose use?
Hi, I'm using rsync with --link-dest to do backups. I don't have any sparse files, but someday I might. Should I be using --sparse? I notice that -S is not implied by -a. This makes me suspicious that --sparse is not (yet?) suitable for general purpose use. There also seem to be outstanding bugs related to --sparse. Thanks. Karl <kop at meme.com> Free Software: "You
2012 Sep 05
1
Is the --sparse option suitable for .dbf files
Please let me know -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.samba.org/pipermail/rsync/attachments/20120905/15183c58/attachment.html>
2012 Nov 24
1
delete-during and I/O errors
I've implemented a backups system and have come across a problem with delete-during and I/O errors. Currently I use a wrapper round rsync to create a LVM snapshot and rsync the snapshot, this works except that when the snapshot threshhold is exceeded LVM removes the snapshop, the mount fails and I/O errors happen. This is ok, except with delete-during I'm getting instances of rsync
2013 Jan 29
1
rsync with aging
I have two folders, let's call them Server and Archive. What I want to do is send all the files from server that are older than? say 30 days to archive and delete them from server. OK, no problem. However, I also want to delete any files from Server that already exist on Archive. So let's say on 28-01-2013 I have Server: 23-10-2011 31-12-2012 14-12-2012 17-01-2013 Archive: 23-10-2011
2013 Apr 16
1
Direction (rsync manpage)
Hello, In the rsync manpage I read: A < means that a file is being transferred to the remote host (sent). and A > means that a file is being transferred to the local host (received). In my experience it is just the other way around: A ">" means form source, the local host, to destination, the remote host. Also being transferred to the remote host / ohter harddisk /
2013 May 20
1
IRC
Hello All, Is there any irc group for rsync ?. If it does exist please let me know. Thanks, -- Regards Garvit Sharma Computer Science and Engineering UG Third year LNM IIT, Jaipur *No Body is a Scholar by birth, its only hard work and strong determination that makes him master.* * * -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 May 22
1
getting problems with lsyncd.
Hello All, When i run lsyncd using *lsyncd -rsync /home/abc/source /home/abc/dest*then i am able to sync the two directories of the local system. But when i run using *lsyncd -rsync /home/abc/source 10.5.1.12:/home/abc/dest* where 10.5.1.12 is the ip address of the local machine then i am unable to sync the both directories on the local machine. Please leave your suggestions. Thank you, --
2013 Jun 08
1
Password from the stdout
Hello All, I want to use rsync in a process and for the i want it to take password from file instead of stdout. Is there any way to do it in rsync ? Thanks, -- Regards Garvit Sharma Computer Science and Engineering UG Third year LNM IIT, Jaipur *No Body is a Scholar by birth, its only hard work and strong determination that makes him master.* * * -------------- next part -------------- An
2013 Apr 27
1
file corruption
I am using rsync in my project for copying database binary files over the network from active module to standby module. Once in a while files found to be corrupt on standby module when copying is done first time.When I checked the active module at that time files found to be proper. rsync is completing successful without giving any errors. On comparing both files I see a big hole in standby file
2013 Jan 20
2
threaded rsync to improve performance over long distance ?
I try to rsync a lot of data over a long distance AU to UK and get a slow data rate because of the known slow scp performance over long distances. Would it be possible with rsync to run multiple scp process at the same time ? Thank you Markus
2012 Sep 06
1
Huge rsyncd.log file - what do I grep for to debug rscync failures
Hi, -rw-r--r-- 1 root other 5291457346 Sep 6 13:44 rsyncd.log what pattern should I grep for to send you guys more information on rsync failures (server side) Client side messages are: rsync of /oradb/d10 appeared to complete with NON-NOMINAL status (rc=12) at Thu Sep 6 07:33:58 PDT 2012 with the following files reported in output: receiving incremental file list
2011 Dec 14
1
Gentoo HOWTO is outdated
Hi there! This HOWTO is outdated: http://nouveau.freedesktop.org/wiki/GentooEbuilds x11-base/nouveau-drm from the x11 overlay asks for the 3.2 version of kernel, but the latest version is 3.1.5. This advice is also wrong: "These ebuilds do not have any keyword, as it is usual with cvs/svn/git releases. To be able to install them, you have to mark them with ** in package.keywords."