Various scripts
 
 
 
Go to file
Dustin C. Hatch 71ca5624cb backup: Do not copy UNIX-specific information
The `-a` switch to `rsync` causes it to copy extra information that may be
incompatible with the destination if it uses a non-native filesystem (such as
FAT or NTFS). Since most of this additional information is not necessary in a
backup and can cause copy errors, it should be excluded by default. Instead,
the `-r` flag is used to enable recursive copies, and the `-t` flag to
preserve file timestamps.
2014-12-03 20:35:42 -06:00
Start-VirtualMachines.ps1 Start-VirtualMachines: Script to start remote VMs 2014-12-03 17:31:18 -06:00
backup.py backup: Do not copy UNIX-specific information 2014-12-03 20:35:42 -06:00
create-vmachine.sh create-vmachine: Remove unused Portage variables 2014-01-16 21:57:44 -06:00
pingnet.py Rewrite pingnet.py to use multiple threads 2014-05-03 14:28:26 -05:00
startvms.py startvms: Script to start VMs after a network service comes up 2014-12-03 19:05:53 -06:00
wakeonlan.py wakeonlan: Added Wake-on-LAN magic packet sender script 2014-01-20 21:05:39 -06:00