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/1_homes

69 lines
997 B
Plaintext

####################
# #
# Example Conf #
# #
####################
enabled=false
path_vol=../data/homes/
path_bak=../backup/homes/
#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
#no backup for each hourl
hours=11
######################################################
# #
# MK, MV, RM modes ... (for lxc, btrfs, cp ...) #
# #
######################################################
#
# -- param: --
# $MK <source> <aim>
# $MV <orig> <new>
# $RM <todel>
# $CH <check parameter>
#
# -- cp: (default) --
#MK="cp -r -f"
#MV="mv -v"
#RM="rm -r"
#CH="-d"
#
# -- btrfs --
#MK="btrfs subvolume snapshot -r"
#MV="mv -v"
#RM="btrfs subvolume delete"
#CH="-d"
#
# -- btrfs --
#MK="btrfs subvolume snapshot -r"
#MV="mv -v"
#RM="btrfs subvolume delete"
#CH="-n"