Bob Mottram 9 years ago
parent
commit
f3dc1e33a9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone View File

@@ -2417,6 +2417,7 @@ function get_mariadb_owncloud_admin_password {
2417 2417
 
2418 2418
 function backup_directory_to_usb {
2419 2419
   if [[ $BACKUP_TYPE == 'rsync' ]]; then
2420
+      # For rsyncrypto usage see http://archive09.linux.com/feature/125322
2420 2421
       echo "rsyncrypto -v -r ${1} $USB_MOUNT/backup/${2} $USB_MOUNT/backup/${2}.keys $BACKUP_CERTIFICATE" >> /usr/bin/$BACKUP_SCRIPT_NAME
2421 2422
   fi
2422 2423
 
@@ -2435,7 +2436,6 @@ function backup_directory_to_usb {
2435 2436
   fi
2436 2437
 }
2437 2438
 
2438
-# For rsyncrypto usage see http://archive09.linux.com/feature/125322
2439 2439
 function create_backup_script {
2440 2440
   if grep -Fxq "create_backup_script" $COMPLETION_FILE; then
2441 2441
       return