PDA

View Full Version : Script


Sigi
08-20-2010, 09:13 AM
Hello Dave,

I have 4 users accounts on a machine: A, B, C and D. I want to backup only the picture folder of user A, nothing else.

I have started with:
Backup - user files.dst

and then under script commands:
ignore Users/A
ignore Users/B
ignore Users/C
ignore Users/D
copy Users/A/Pictures

do I have to add also

ignore Users/Shared and
ignore Users/.localized

What are the 2 above anyway?

Thank you in advance

Siegfried

dnanian
08-20-2010, 09:27 AM
If what you want to do is copy Users/A/Pictures, use "Exclude all files" as the base script, then add "copy Users/A/Pictures" as the command. No need for the other stuff.

Shared is a folder of things shared between all users. .localized indicates that the folder name is available in other languages.

Sigi
08-20-2010, 02:52 PM
Thank you for your advice