Displaying 2 results from an estimated 2 matches for "2bay".
Did you mean:
12bay
2016 Jun 19
1
rsync script for snapshot backups
...ardcode the
target directory rsync writes to (e.g new or in-progress) and move the
directory name to a timestamp only after rsync gave a return code of 0,
am i correct? (or return code 0 and 24?)
As for StoreBackup, it really does sound nice but i have to do all of
this from the console of a 2bay synology nas, so its not that easy to
use 3rd party software that may has other dependencies, the synology
system doesn`t meet.
2016 Jun 19
5
rsync script for snapshot backups
Hey guys,
i tried to create a simple rsync script that should create daily backups
from a ZFS storage and put them into a timestamp folder.
After creating the initial full backup, the following 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.