Implemented deletion of not fully pulled backups

This commit is contained in:
2023-04-25 21:39:44 +02:00
parent 04671e283b
commit 36e41b8c99
22 changed files with 56 additions and 29 deletions

View File

@@ -0,0 +1,12 @@
# role server_native-backups-provider-host
## todo
- add full system backup
## see
- https://www.thegeekstuff.com/2012/03/chroot-sftp-setup/
- https://serverfault.com/questions/135618/is-it-possible-to-use-rsync-over-sftp-without-an-ssh-shell
- https://forum.duplicati.com/t/sftp-ssh-backups-to-a-linux-server-with-added-security/7334
- https://serverfault.com/questions/287578/trying-to-setup-chrootd-rsync
- http://ramblings.narrabilis.com/using-rsync-with-ssh
- https://wiki.archlinux.org/index.php/rsync

View File

@@ -0,0 +1,3 @@
dependencies:
- server_native-backups-provider-user
- server_native-backups-cleanup