An almost perfect rsync over SSH backup script
blog.zazu.berlin
An almost perfect rsync over SSH backup script
1–10 of 130 posts
Re: An almost perfect rsync over SSH backup script
#2Wrong ps grep usage. MacOS specific. No shell quoting.
At least he doesn't advocate rm -rf / by an incorrect usage of --delete.
Re: An almost perfect rsync over SSH backup script
#3Re: An almost perfect rsync over SSH backup script
#4Perfect? Ha. Wrong ps grep usage. MacOS specific. No shell quoting. At least he doesn't advocate rm -rf / by an incorrect usage of --delete.
Re: An almost perfect rsync over SSH backup script
#5Too complicated to even try to read. Rsync is great but I've switched to Borg for backups. Borg isn't perfect but it is a higher level approach to backups, as it were. Hetzner recently dropped the price of their Storage Box backup product to about 2 euro per TB per month, and Borg works nicely with it. Borg encrypts all the backup contents and conceals the metadata on the backup server, and yet you can (with the encr…
Re: An almost perfect rsync over SSH backup script
#6[1] https://github.com/rsnapshot/rsnapshot [2] https://www.cyberciti.biz/faq/howto-install-rsnapshot-filesy...
Re: An almost perfect rsync over SSH backup script
#7There was no email notification if the backup completed or failed, or even started to run. There was no notification of how long it took, how much data was backed up, etc.
There were plenty of incidents of data loss.
Re: An almost perfect rsync over SSH backup script
#8Too complicated to even try to read. Rsync is great but I've switched to Borg for backups. Borg isn't perfect but it is a higher level approach to backups, as it were. Hetzner recently dropped the price of their Storage Box backup product to about 2 euro per TB per month, and Borg works nicely with it. Borg encrypts all the backup contents and conceals the metadata on the backup server, and yet you can (with the encr…
Is it possible to use it as a read/write mounted drive on macOS?
Re: An almost perfect rsync over SSH backup script
#9rsnapshot[1] is what I used on FreeBSD with a snapshot. It is like a well-tested version of the author's rsync and ssh blog post. I have a blog post here[2] describing my setup. It saved my bacon multiple times. Also, rsnapshot works in pull mode, so no client is needed on my Linux/macOS desktop or server except ssh and rsync. [1] https://github.com/rsnapshot/rsnapshot [2] https://www.cyberciti.biz/faq/howto-install-…
Very reliable.
Re: An almost perfect rsync over SSH backup script
#10Too complicated to even try to read. Rsync is great but I've switched to Borg for backups. Borg isn't perfect but it is a higher level approach to backups, as it were. Hetzner recently dropped the price of their Storage Box backup product to about 2 euro per TB per month, and Borg works nicely with it. Borg encrypts all the backup contents and conceals the metadata on the backup server, and yet you can (with the encr…
The script here really only makes sense for servers you physically own. You wouldn't accept SSH access from a key located on a plain VPS, right? Also this script doesn't seem to encrypt the data at all!! Very dangerous on a VPS.