Displaying 2 results from an estimated 2 matches for "testsource".
Did you mean:
test_source
2014 Feb 15
2
rsync filter rules ignored by rsnapshot
...ser/rsync-wrapper.sh
exclude "**no-backup**"
link_dest 0
rsync_numtries 1
backup backupuser at debx40:/home/lorenz/ home/lorenz/
backup backupuser at debx40:/etc/ etc/
backup backupuser at debx40:/root/ root/
rsnapshot -D -c /etc/rsnapshot-debx40.conf daily
works but e.g. /home/lorenz/testsource/no-backup/some-file
is also rsynced, despite it would match the exclude pattern in my /etc/rsnapshot-debx40.conf
running the except same rsync command as printed out by rsnapshot -tD -c /etc/rsnapshot-debx40.conf daily, namely
/usr/bin/rsync -av -ev --rsync-path=/home/backupuser/rsync-wrapper.sh...
2009 Jan 28
1
Some help with sudo on remote side of rsync
...nt me in the right direction?
Here is the script, followed by its initial STOUT:
-------------------
#!/bin/bash
# Space-separated list of directories to back up; edit as needed; SOURCE
#DIRS variable now uses arrays instead of escaping spaces
DIRS=("admin@192.168.100.47:/Volumes/Christine/testsource/")
# Options to pass to rsync; edit as needed
# "--update" = update only (don't overwrite newer versions of files)
# "--delete"= delete files that exist on DESTINATION BUT NOT SOURCE"
# "--protect-args"= don't parse all spaces as separators
# "-...