]> git.ipfire.org Git - thirdparty/snapper.git/commit
- provide backup program for btrfs snapshots 951/head
authorArvin Schnell <aschnell@suse.de>
Tue, 5 Nov 2024 14:31:17 +0000 (15:31 +0100)
committerArvin Schnell <aschnell@suse.de>
Tue, 5 Nov 2024 14:31:17 +0000 (15:31 +0100)
commita8408db1651790eb0c2a61d4f7c4b0e0902f6b8e
tree362993a8457758c18e8a13a289e6c1cfb37c1573
parenta7ab5f6ec20d7088420f2a26184dee4f48734c3a
- provide backup program for btrfs snapshots
41 files changed:
client/Makefile.am
client/snbk/.gitignore [new file with mode: 0644]
client/snbk/BackupConfig.cc [new file with mode: 0644]
client/snbk/BackupConfig.h [new file with mode: 0644]
client/snbk/CmdBtrfs.cc [new file with mode: 0644]
client/snbk/CmdBtrfs.h [new file with mode: 0644]
client/snbk/CmdFindmnt.cc [new file with mode: 0644]
client/snbk/CmdFindmnt.h [new file with mode: 0644]
client/snbk/CmdRealpath.cc [new file with mode: 0644]
client/snbk/CmdRealpath.h [new file with mode: 0644]
client/snbk/GlobalOptions.cc [new file with mode: 0644]
client/snbk/GlobalOptions.h [new file with mode: 0644]
client/snbk/JsonFile.cc [new file with mode: 0644]
client/snbk/JsonFile.h [new file with mode: 0644]
client/snbk/Makefile.am [new file with mode: 0644]
client/snbk/Shell.cc [new file with mode: 0644]
client/snbk/Shell.h [new file with mode: 0644]
client/snbk/TheBigThing.cc [new file with mode: 0644]
client/snbk/TheBigThing.h [new file with mode: 0644]
client/snbk/cmd-delete.cc [new file with mode: 0644]
client/snbk/cmd-list-configs.cc [new file with mode: 0644]
client/snbk/cmd-list.cc [new file with mode: 0644]
client/snbk/cmd-transfer-and-delete.cc [new file with mode: 0644]
client/snbk/cmd-transfer.cc [new file with mode: 0644]
client/snbk/cmd.h [new file with mode: 0644]
client/snbk/snbk.cc [new file with mode: 0644]
client/utils/Makefile.am
client/utils/OutputOptions.cc [new file with mode: 0644]
client/utils/OutputOptions.h
client/utils/Table.h
configure.ac
data/Makefile.am
data/backup.service [new file with mode: 0644]
data/backup.timer [new file with mode: 0644]
doc/.gitignore
doc/Makefile.am
doc/snapper-backup-configs.xml.in [new file with mode: 0644]
doc/snbk.xml.in [new file with mode: 0644]
package/snapper.changes
snapper.spec.in
snapper/SnapperDefines.h