├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── .versionrc ├── CHANGELOG.md ├── LICENSE ├── MANUAL.md ├── README.md ├── VERSION ├── backup ├── config ├── full.conf └── homesnaps.conf └── image.png /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.versionrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/.versionrc -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/LICENSE -------------------------------------------------------------------------------- /MANUAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/MANUAL.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/README.md -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 1.5.1 -------------------------------------------------------------------------------- /backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/backup -------------------------------------------------------------------------------- /config/full.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/config/full.conf -------------------------------------------------------------------------------- /config/homesnaps.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/config/homesnaps.conf -------------------------------------------------------------------------------- /image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/3coma3/btrfs-backup/HEAD/image.png --------------------------------------------------------------------------------