Thread: command help for backup external drive
what type in terminal files backed e drive?
thank help!
to backup home directory:
1. change directory
2. compress home directory (recommended)code:cd /home3. move zip file destination directorycode:tar -cvzf homebak$(date +%d%m%y).tar.gz *
the external drive mounted in either /media or /mnt.code:mv homebak$(date +%d%m%y).tar.gz /media/path/to/external/drive
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] command help for backup external drive
Ubuntu
Comments
Post a Comment