search for: backupnas

Displaying 2 results from an estimated 2 matches for "backupnas".

Did you mean: backupname
2016 Jun 19
5
rsync script for snapshot backups
...ing backups should only contain "new data" and the rest will be referenced via hardlinks (-link-dest) This was at least a simple enough scenario to achieve it with my pathetic scripting skills. This is what i came up with: #!/bin/sh # rsync copy script for rsync pull from FreeNAS to BackupNAS for Buero dataset # Set variables EXPIRED=`date +"%d-%m-%Y" -d "14 days ago"` # Copy previous timefile to timeold.txt if it exists if [ -f "/volume1/rsync/Buero/timenow.txt" ] then yes | cp /volume1/rsync/Buero/timenow.txt /volume1/rsync/Buero/timeold.txt fi #...
2016 Jun 20
1
rsync script for snapshot backups
The scripts I use analyze the rsync log after it completes and then sftp's a summary to the root of the just completed rsync. If no summary is found or the summary is that it failed, the folder rotation for that set is skipped and that folder is re-used on the subsequent rsync. The key here is that the folder rotation script runs separately from the rsync script(s). For each entity I want