Re: Advanced rsync includes and excludes

2019-10-09 Thread Henri Shustak via rsync
Hello, http://www.lbackup.org/developer/advanced_excludes_file_examples The link above may outline a slightly different approach which may work on your system. However, you would need that approach assumes the backup path is set to root which may not be what you want to do. For quick inline re

Re: Advanced rsync includes and excludes

2019-08-07 Thread Hans-Peter Jansen via rsync
Am Mittwoch, 7. August 2019, 17:36:01 CEST schrieb Kevin Korb via rsync: > I believe you can shorten that to: > > + /some/very/ > + /some/very/deep/ > + /some/very/deep/path/ > + /some/very/deep/path/to/ > + /some/very/deep/path/to/save/*** > - /some/* Unfortunately, this doesn't work, since it p

Re: Advanced rsync includes and excludes

2019-08-07 Thread Kevin Korb via rsync
I believe you can shorten that to: + /some/very/ + /some/very/deep/ + /some/very/deep/path/ + /some/very/deep/path/to/ + /some/very/deep/path/to/save/*** - /some/* You could also exclude /some and then use /some/very/deep/path/to/save as an additional source. I don't know if rsnapshot can handle

Advanced rsync includes and excludes

2019-08-07 Thread Hans-Peter Jansen via rsync
Hi, I'm a happy camper @ rsync (and rsnapshot) since years. Thanks for this major piece of software. In an attempt to reorganize my rsnapshot backups, I stumbled across an issue, that I'm trying to seeking a more sophisticated solution here. Given, I have a deeply branched tree, where I would