cytopia / linux-timemachine

Rsync-based OSX-like time machine for Linux, MacOS and BSD for atomic and resumable local and remote backups
MIT License
780 stars 63 forks source link

exclude file/dir options? #57

Closed gebyt-rybrit closed 4 years ago

gebyt-rybrit commented 4 years ago

Thank you for timemachine! is there an option to 'exclude' directories/files like there is with rsync using syntax "--exclude" ?

cytopia commented 4 years ago

Yes, you can simply append rsync arguments after last two -- as such:

timemachine src/ dst/ -- --no-times --exclude ...
gebyt-rybrit commented 4 years ago

great, thank you!

cytopia commented 4 years ago

@gebyt-rybrit closing as your question seems to be answered :)