]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - doc/md/Backup-and-restore.md
**General rewording, proof-reading, deduplication, shortening, reordering, simplifica...
[github/shaarli/Shaarli.git] / doc / md / Backup-and-restore.md
1 ## Backup and restore
2
3 All data and [configuration](Shaarli-configuration.md) is kept in the `data` directory. Backup this directory:
4
5 ```bash
6 rsync -avzP my.server.com:/var/www/shaarli.mydomain.org/data ~/backups/shaarli-data-$(date +%Y-%m-%d_%H%M)
7 ```
8
9 It is strongly recommended to do periodic, automatic backups to a seperate machine. You can automate the command above using a cron job or full-featured backup solutions such as [rsnapshot](https://rsnapshot.org/)
10
11 To restore a backup, simply put back the `data/` directory in place, owerwriting any existing files.