diff options
author | sgk | 2015-05-21 11:17:41 +0530 |
---|---|---|
committer | sgk | 2015-05-21 11:17:41 +0530 |
commit | 9f6dd70547db38033a264339a4e06fbbaa64cd55 (patch) | |
tree | 9e89082e33e2618091530a7d3b704a210d80a2f4 | |
parent | 0353444dec5282872080e5e40ffe66a611b36c00 (diff) | |
download | FOSSEE-netbook-tools-9f6dd70547db38033a264339a4e06fbbaa64cd55.tar.gz FOSSEE-netbook-tools-9f6dd70547db38033a264339a4e06fbbaa64cd55.tar.bz2 FOSSEE-netbook-tools-9f6dd70547db38033a264339a4e06fbbaa64cd55.zip |
Fix double rsync
-rw-r--r-- | incremental-complete-backup/backup-tool.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |