Donnerstag, 22. August 2013
Backup user folders on Windows machines using robobopy
robocopy /MIR /XJ
/MIR (Mirroring)
/XJ (exclude NTFS junctions, to avoid infinite loops)
Example:
robocopy c:\users d:\backup\users /MIR /XJ
Abonnieren
Posts (Atom)
-
1. Unmount the SD Card diskutil unmountDisk /dev/disk4 2. Use dd to create a backup, pipe trough pv to see the progess (example is 32...
-
If you want to shrink pdf files, you can make use of good old gs like this: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/e...
-
Neue Platte partitionieren (Linux raid autodetect code "fd") sudo cfdisk /dev/sbd Dateisystem auf dem RAID unmounten Neue P...