Browse Source

fixed bug in removing copied archives

master
Holger Frey 5 years ago
parent
commit
d118c42071
  1. 2
      run_snapshot_backups.sh

2
run_snapshot_backups.sh

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#!/bin/csh
rm temporary-backups/*.gz
rm /mnt/Datenspeicher/snap-backup-dataset/temporary-backups/*.gz
/mnt/Datenspeicher/snap-backup-dataset/create_snapshot_backup.py
/mnt/Datenspeicher/snap-backup-dataset/copy_snapshots_to_remote.py

Loading…
Cancel
Save