|
|
|
|
|
by LinuxBender
1971 days ago
|
|
For what its worth, another thing you might consider looking into is using RSnapshot [0]. RSnapshot helps me sleep at night. This will create multiple directories that are hard links to files that did not change, thus saving disk space and giving you multiple days or weeks of snapshots, in the even something was corrupted and you want to roll back at the filesystem level. Most questions one could come up about rsnapshot with are answered on Serverfault [1] There are many how-to sites [2] with usage examples. You can create snapshots locally or remote. On mac you can brew install rsnapshot. [0] - https://rsnapshot.org/ [1] - https://serverfault.com [2] - https://linuxconfig.org/guide-to-rsnapshot-and-incremental-b... |
|