Tag: Shell script
-
GitHub – laurent22/rsync-time-backup: Time Machine style backup with rsync.
This script offers Time Machine-style backup using rsync. It creates incremental backups of files and directories to the destination of your choice. The backups are structured in a way that makes it easy to recover any file at any point in time. It works on Linux, macOS and Windows (via WSL or Cygwin). The main…
-
GitHub – digitalocean/do_user_scripts
This repository contains a collection of scripts that can be used to help provision your Droplet on first boot. When creating a new Droplet, they can be provided as “user data.” github.com/digitalocean/do_user_scripts smime.p7s
-
raspiBackup – How to make your Raspberry Pi create automatic backups of itself
raspiBackup helps to create a backup of a Raspberry Pi on a periodic base. The backup is created by the Raspberry itself and stored on an external storage device like an usb stick, an usb disk, nfs server, smbfs/cifs/samba drive, sshfs, davfs/webdav (Cloud)davfs/webdav (Cloud) etc. (See also How to access external data via smb, nfs,…