Displaying 2 results from an estimated 2 matches for "avvrn".
Did you mean:
avvr
2002 Dec 10
2
include-exclude patterns
Hi,
I just subscribe to ask you a question about patterns in exclude-include
files.
I just want some folders to be rsynced to a remote machine.
What I tried is :
IncludeFile
-------------------------
/etc/
/var/lib/zope/
- /*
-----------------------
result of
$$ rsync -avvrn --delete --delete-excluded
--include-from=/backup-include -e ssh / /backup
is
expand file_list to 4000 bytes, did move
including directory etc because of pattern /etc/
excluding directory usr because of pattern /*
excluding directory bin because of pattern /*
excluding directory var because of...
2004 Aug 19
2
Syncing with --files-from
I want to sync files from remote to local. I have a file with all the
includes on the local machine.
When executing rsync with "--files-from=incfiles.txt", it fails while
trying to open "incfiles.txt" on the remote machine.
Is there a way to tell rsync to look for the file locally? Thanks, Dave.