mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #1377 from BernieO/master
readd option A to rsync command
This commit is contained in:
commit
42939b62f0
@ -33,7 +33,7 @@ Backup folders
|
||||
Simply copy your config, data and theme folders (or even your whole Nextcloud install and data folder) to a place outside of
|
||||
your Nextcloud environment. You could use this command::
|
||||
|
||||
rsync -avx nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/
|
||||
rsync -Aavx nextcloud/ nextcloud-dirbkp_`date +"%Y%m%d"`/
|
||||
|
||||
Backup database
|
||||
---------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user