search for: rsync_serv

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

Did you mean: rsync_server
2010 Feb 13
1
old files not getting deleted
...e looks like so: rsync --archive --stats --numeric-ids --delete --partial --inplace --hard-links --exclude-from=/usr/local/rsb/conf/exclude.default.fbsd --rsync-path="/usr/local/bin/rsync" --rsh="/usr/bin/ssh -p 22 -i /usr/local/rsb/conf/id_dsa" --log-file=/var/log/rsbackup/$RSYNC_SERVER.log backups@$RSYNC_SERVER:/ /tank/backups/$RSYNC_SERVER (note, no trailing slash on destdir) The exclude file looks like this: /proc/* /dev/* /var/log/**.gz /var/log/**.bz2 /var/db/mysql/** /home/spork/admin/** /entropy /cdrom /mnt /dist/** /media/** /rescue/** /spool/obj/** /sys/** /usr/src/**...
2011 Sep 12
2
Ignoring /boot
...ollowing script that I'm writing to backup my gentoo linux system. ----- start of script ----- #!/bin/sh # # RSYNC_OPTS="--archive --one-file-system --perms --executability --progress --stats --delete-after --hard-links --keep-dirlinks --verbose --inplace" RSYNC_USER="bs" RSYNC_SERVER="192.168.6.6" RSYNC_MODULE="ben-desktop" RSYNC_PATH="/" RSYNC_EXCLUDES="--exclude=/usr/portage/distfiles --exclude=/tmp --exclude=/var --exclude=/home --exclude=/root --exclude=/usr --exclude=/bin --exclude=/opt --excl$ MOUNT_FOR_RSYNC="/boot" mount...
2003 Aug 22
1
rsync daemon and secrets file
...------------- drwxr-xr-x 3 rsync1 rsync1 4096 Jul 10 12:16 rsync_test drwxr-xr-x 3 root root 4096 Aug 22 08:44 rsync_test_secret With those settings, a client logged on to a different machine in the same network, as user "test", connecting with rsync -avv my.rsync_server.com::test-secret/one_secret /tmp/rsync_test_secret gets the 'password:' prompt, and then after entering password 'another_pw', gets this error: @ERROR: auth failed on module test-secret and the /var/log/rsync log gets this error: 2003/08/22 09:11:08 [3377] auth failed on m...
2006 May 16
1
Rsync linked disk
...ate linked tree which has link to kind of tools we need to rsync and thus not worry on disk capacity cause we can add linked disks as many as we can. We use rsync module with chroot for security reasons as follows: [d] Path = /a/b/c/d Chroot = true The problem is that I cannot rsync <rsync_server>::[d]/e Any work around for that???? Thanks, Oren Mark Intel - Israel Engineering Computing Unix Server Platforms oren.mark@intel.com <mailto:oren.mark@intel.com> (+) 972-4-865-5987 iNET: 465-5987 -------------- next part -------------- HTML attachment scrubbed a...