6543
/
backsnap
Archived
1
0
Fork 0
This repository has been archived on 2019-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
backsnap/backsnap/etc/backsnap/volumes/2_btrfs

37 lines
710 B
Plaintext

####################
# #
# Example Conf #
# #
####################
enabled=true
path_vol="../mnt/sub1"
path_bak="../mnt/snaps/sub1_"
#no backup for each year
years=0
#backup the last 3 months
months=3
#backup the last 3 weeks
weeks=3
#backup the last 6 days
days=6
#backup for each hourl
hours=11
######################################################
# #
# MK, MV, RM modes ... (for lxc, btrfs, cp ...) #
# #
######################################################
# -- btrfs --
MK="btrfs subvolume snapshot -r"
MV="mv -v"
RM="btrfs subvolume delete"
CH="-d"