Commit 6a4a3b20 authored by Andrea Giannetti's avatar Andrea Giannetti
Browse files

Added rsync command to transfer models backup to GDrive.

parent a458a0ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
# remember to mount the GDrive folder and set environment variables before executing
# backup_dir is the remote folder you want to transfer
# gdrive_dir is the local directory where GDrive is mounted
rsync -avz --omit-dir-times --no-perms --no-owner --no-group agianne@scheduler.ira.inaf.it:agianne/$backup_dir $gdrive_dir
 No newline at end of file