Comment by sneak
4 years ago
ssh root@remotehost 'apt install -y zfs-auto-snapshot'
while sleep 1 ; do rsync -avP ~/Documents/ user@remotehost:Documents/ ; done
4 years ago
ssh root@remotehost 'apt install -y zfs-auto-snapshot'
while sleep 1 ; do rsync -avP ~/Documents/ user@remotehost:Documents/ ; done
No comments yet
Contribute on Hacker News ↗