Comment by orsorna
14 hours ago
Is this a joke?
I don't see what value this provides that rsync, tar and `aws s3 cp` (or AWS SDK equivalent) provides.
14 hours ago
Is this a joke?
I don't see what value this provides that rsync, tar and `aws s3 cp` (or AWS SDK equivalent) provides.
How do you version your rsync backups?
I use rsyncs --link-dest
abridged example:
Actual invocation is this huge hairy furball of an rsync command that appears to use every single feature of rsync as I worked on my backup script over the years.
This is cool. Do you always --link-dest to the last directory, and that traverses links all the way back as far as needed?
2 replies →
Dirvish
Perl still exists?