From 9f6dd70547db38033a264339a4e06fbbaa64cd55 Mon Sep 17 00:00:00 2001 From: sgk Date: Thu, 21 May 2015 11:17:41 +0530 Subject: Fix double rsync --- incremental-complete-backup/backup-tool.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/incremental-complete-backup/backup-tool.sh b/incremental-complete-backup/backup-tool.sh index 41a7a92..d12d419 100644 --- a/incremental-complete-backup/backup-tool.sh +++ b/incremental-complete-backup/backup-tool.sh @@ -184,7 +184,6 @@ case "${result}" in --width=600 --height=100 --no-cancel \ --text="Please be patient as it may take some time." --pulsate --auto-close zenity --width=300 --height=100 --info --text "Backup is Done, Now you can eject your SDcard and use for restore." - sudo rsync -latgrzpo --exclude='/tmp' --exclude='/dev' --exclude='/proc' --exclude='/sys' / $rootfs_path else zenity --width=600 --height=100 --info --text "Your storage media doesnot contain matching backup from this machine" exit -- cgit