10 Topics

Member Avatar for
Member Avatar for lewashby

I have recently discovered that my music directory and the micro sd card that's in my hand held media player (iBasso DX50) are not in sync, I don't have any idea how that could have happened. There are songs in both my music directory that are that are not on …

Member Avatar for rproffitt
0
483
Member Avatar for lewashby

I've been using rsync and or luckybackup for a while now to sync my desktop's music library to my micro sd card for my digital music player. Today I noticed that my music player wasn't showing one of my albums so I've started investigating and I've found that it's not …

Member Avatar for rproffitt
0
2K
Member Avatar for lewashby

After running rsync with the `-a --delete source dest` arguments on my music library to my sd card I am getting the following errors. default_perms_for_dir: sys_acl_get_file(Tears For Fears/Donnie Darko, ACL_TYPE_DEFAULT): No such file or directory, falling back on umask rsync: mkstemp "/media/garrett/MUSIC-SD/Tears For Fears/Donnie Darko/.Mad World.mp3.yr2Xyc" failed: No such file …

Member Avatar for rproffitt
0
406
Member Avatar for lewashby

So I recently had a catastrophe with using the Mega cloud service with my Linux Mint desktop and I got my whole home directory wiped out. Everything got wiped out about an hour into syncing my 151 Gig home directory to the cloud so needless to say most of my …

Member Avatar for lewashby
0
384
Member Avatar for ihatehippies

I'm soliciting advice for performace improvements for creating a weak checksum for file segments (used in the rSync algorithm) Here's what I have so far: def blockchecksums(instream, blocksize=4096): from hashlib import md5 weakhashes = [] stronghashes = [] for chunk in iter(lambda: instream.read(blocksize),""): a = b = 0 l = …

Member Avatar for ihatehippies
0
242
Member Avatar for bsimms86

I currently have a Ubuntu 12.04 LTS box serving as a network repository for daily workstation backups for our HQ office. Throughout the day the Win7 workstations use Cobian Backup 11 to backup their user folders to their respective samaba shares on this server. At night this server rsyncs all …

Member Avatar for bsimms86
0
1K
Member Avatar for mwansari

Hi, I have setup mirroring on my two Linux servers using rsync. On first server I’m using this command rsync -avzt -e ssh /home/ root@secondserver:/home/ In second server, this rsync -avzt -e ssh /home/ root@firstserver:/home/ The problem is when I’m updating a file in second server and run command on …

Member Avatar for rubberman
0
175
Member Avatar for Staric

A friend of mine made this script to backup files from all my ubuntu boxes using lftp to an ftp server i setup on my local windows 7 machine using apache and abilityftp server. However it is only backing up some config files(see attached screen), none of the actual directories …

Member Avatar for JeoSaurus
0
217
Member Avatar for kingdeslok

So I'm creating a backup GUI in Python which basically asks the user for their username/password and source directory so it can be rsynced over to a remote server. The only trouble I'm coming across is passing the password (entered in the GUI) to the server after I execute the …

Member Avatar for kingdeslok
0
524
Member Avatar for manish250

hello i want to copy my home directory to sync with another server's home directory.is there any way in which we have not to store key file or use password.I know rsync is an option but i want to know if there is any better option.

Member Avatar for Moncky
0
155

The End.