python-rsync-system-backup
python-rsync-system-backup copied to clipboard
Linux system backups powered by rsync
Hi @xolox I ran into needing to pass --no-A to a FreeNAS destination, so I've added the option.
First of all, thanks for this tool, this is a really convenient way of getting sane backups working quickly :). I have one suggestion and would send a PR if...
This allows rsync to cross filesystem boundaries, which is useful for my fancy partitioning scheme :)
Hi, this looks great, but when I tried to use it I realised that I needed --copy-dirlinks in there too. And I imagine other people will want other features. So...
The actual content of the `/usr/sbin/process-vps-backups` example file is not shown. What should be contained in this file?
I am not sure whether this is a bug in the code or in the documentation (or both 😅). This is more or less what I did: ``` $ mount...