Exemple #1
0
def snapBoth():
    place = util.getPlace()
    now = arrow.now().timestamp
    zfs.createSnapshot(place, now)
    tarsnap.createSnapshot(place, now)
Exemple #2
0
def snapZFS():
    place = util.getPlace()
    zfs.createSnapshot(place, arrow.now().timestamp)