@MarximusMG said:
@julian quick question, as I'm setting up automated backups following Digital Ocean's guide.
If I use the following entry at the end of the cron file, will that automate hourly backups? How do I set the total number of backups the server will store before deleting them?
@hourly rdiff-backup --preserve-numerical-ids --no-file-statistics /var/lib/redis /home/sammy/redis```
If anyone can provide some insight regarding these questions, I'd truly appreciate it! Thanks