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. |
||
---|---|---|
Start-VirtualMachines.ps1 | ||
backup.py | ||
create-vmachine.sh | ||
pingnet.py | ||
startvms.py | ||
wakeonlan.py |