mirror of
https://github.com/Llloooggg/BackuPYer.git
synced 2026-03-06 02:26:23 +03:00
Добавил проверку контрольной суммы
This commit is contained in:
@@ -59,7 +59,7 @@ new = datetime.now().strftime(dateFormat)
|
|||||||
|
|
||||||
|
|
||||||
sync = call(
|
sync = call(
|
||||||
"rsync -aAXv / --exclude={'/dev/*','/proc/*','/sys/*','/tmp/*','/run/*','/mnt/*','/media/*','/lost+found'} --delete "
|
"rsync -aAXсv / --exclude={'/dev/*','/proc/*','/sys/*','/tmp/*','/run/*','/mnt/*','/media/*','/lost+found'} --delete "
|
||||||
+ {path_to_backups}
|
+ {path_to_backups}
|
||||||
+ {old_backup},
|
+ {old_backup},
|
||||||
shell=True,
|
shell=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user