Displaying 1 result from an estimated 1 matches for "bigstuff".
2003 Jul 13
1
--include-from with no source directory
...most particularly here.
http://groups.google.com/groups?q=rsync+include-from+cat&hl=en&lr=&ie=UT
F-8&oe=UTF-8&selm=b2h7t8%2422nt%241%40FreeBSD.csie.NCTU.edu.tw&rnum=2
I find myself in a very similar position.
Ideally I'd have a single file, as follows:
+ /www
- /www/bigstuff
+ /home
- /home/tempuser
+ /var/log/httpd
These are directories I'd like to backup recursively.
This currently seems akward to do with the current version of rsync.
If I do a
- /*
In the file I then have to make sure to include parent directories for
all the patterns I want to match....